home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / graphics / pbmplus / pgm / pgmtexture.man < prev    next >
Text File  |  1995-03-17  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      pgmtexture(1)          AMIGA (22 Aug 1991)          pgmtexture(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           pgmtexture - calculate textural features on a portable
  10.           graymap
  11.  
  12.      SYNOPSIS
  13.           pgmtexture [-d d] [pgmfile]
  14.  
  15.      DESCRIPTION
  16.           Reads a portable graymap as input.  Calculates textural
  17.           features based on spatial dependence matrices at 0, 45, 90,
  18.           and 135 degrees for a distance d (default = 1).  Textural
  19.           features include:
  20.  
  21.                (1) Angular Second Moment,
  22.                (2) Contrast,
  23.                (3) Correlation,
  24.                (4) Variance,
  25.                (5) Inverse Difference Moment,
  26.                (6) Sum Average,
  27.                (7) Sum Variance,
  28.                (8) Sum Entropy,
  29.                (9) Entropy,
  30.                (10) Difference Variance,
  31.                (11) Difference Entropy,
  32.                (12, 13) Information Measures of Correlation, and
  33.                (14) Maximal Correlation Coefficient.
  34.  
  35.           Algorithm taken from:
  36.           Haralick, R.M., K. Shanmugam, and I. Dinstein. 1973.
  37.           Textural features for image classification. IEEE
  38.           Transactions on Systems, Man, and Cybertinetics, SMC-
  39.           3(6):610-621.
  40.  
  41.      BUGS
  42.           The program can run incredibly slow for large images (larger
  43.           than 64 x 64) and command line options are limited.  The
  44.           method for finding (14) the maximal correlation coefficient,
  45.           which requires finding the second largest eigenvalue of a
  46.           matrix Q, does not always converge.
  47.  
  48.      REFERENCES
  49.           IEEE Transactions on Systems, Man, and Cybertinetics, SMC-
  50.           3(6):610-621.
  51.  
  52.      SEE ALSO
  53.           pgm(5), pnmcut(1)
  54.  
  55.      AUTHOR
  56.           Copyright (C) 1991 by Texas Agricultural Experiment Station,
  57.           employer for hire of James Darrell McCauley.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/19/91)
  64.  
  65.  
  66.  
  67.